home *** CD-ROM | disk | FTP | other *** search
/ Time Warp / Time Warp.iso / pc / timewarp / mars2.dxr / 00022_MOUNTCU.MOV.ls < prev    next >
Encoding:
Text File  |  1997-06-05  |  260 b   |  11 lines

  1. on mouseUp
  2.   set QTstate to the controller of cast "mountcu.MOV"
  3.   if QTstate = 0 then
  4.     set the controller of cast "mountcu.MOV" to 1
  5.   else
  6.     set the controller of cast "mountcu.MOV" to 0
  7.   end if
  8.   set the movieRate of sprite 5 to 1
  9.   updateStage()
  10. end
  11.